inherited BrowseLocalFrame: TBrowseLocalFrame Width = 364 Height = 420 Caption = 'File System' object TopBevel: TUiBevel Left = 0 Top = 0 Width = 364 Height = 8 Align = alTop Shape = bsSpacer end object LeftBevel: TUiBevel Left = 0 Top = 8 Width = 8 Height = 373 Align = alLeft Shape = bsSpacer end object RightBevel: TUiBevel Left = 356 Top = 8 Width = 8 Height = 373 Align = alRight Shape = bsSpacer end object MainPanel: TUiPanel Left = 8 Top = 8 Width = 348 Height = 373 Align = alClient BevelOuter = bvNone TabOrder = 1 object ShellTree: TUiDirectoryTreeView Left = 0 Top = 0 Width = 348 Height = 373 Options = [ptstoDefaultKeyHandling, ptstoContextMenus, ptstoIncludeNonFolders] HideSelection = False Indent = 19 OnChange = ShellTreeChange Align = alClient TabOrder = 0 OnClick = ShellTreeClick end end object BottomPanel: TUiPanel Left = 0 Top = 381 Width = 364 Height = 39 Align = alBottom BevelOuter = bvNone TabOrder = 0 object CreateDirBtn: TUiBitBtn Left = 8 Top = 8 Caption = 'Create New' TabOrder = 0 OnClick = CreateDirClick AutoSize = asLeft ImageIndex = imgCreateDir Images = BcImages.MainImages end end end